The imagingValidFlags field in a panorama-imaging atom structure (Panorama-Imaging Atom Structure) specifies which imaging property fields in that structure are valid. You can use these bit flags to specify a value for that field:
enum {
kQTVRValidCorrection = 1 << 0,
kQTVRValidQuality = 1 << 1,
kQTVRValidDirectDraw = 1 << 2,
kQTVRValidFirstExtraProperty = 1 << 3
};